Skip to main content
DELETE
/
beta
/
industrial
/
jobs
[beta] Deletes an existing job
curl --request DELETE \
  --url https://api.samsara.com/beta/industrial/jobs \
  --header 'Authorization: Bearer <token>'
{
  "id": "1553",
  "uuid": "8d218e6c-7a16-4f9f-90f7-cc1d93b9e596"
}

Documentation Index

Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

A jobId or uuid in STRING format. JobId must be prefixed with jobId:(Examples: "8d218e6c-7a16-4f9f-90f7-cc1d93b9e596", "jobId:98765").

Response

OK response.

id
string

The job id of the failed request

Example:

"1553"

uuid
string

The uuid of the failed request

Example:

"8d218e6c-7a16-4f9f-90f7-cc1d93b9e596"